Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Cbc_jll dep to fix Clp_jll compatibility with MUMPS #195

Merged
merged 1 commit into from
May 3, 2022
Merged

Update to Cbc_jll dep to fix Clp_jll compatibility with MUMPS #195

merged 1 commit into from
May 3, 2022

Conversation

iamed2
Copy link
Contributor

@iamed2 iamed2 commented May 3, 2022

Matches jump-dev/Clp.jl#133, we experienced a similar downgrade of Cbc_jll and are running into libdmumps.so: cannot open shared object file: No such file or directory

Closes #196

@odow
Copy link
Member

odow commented May 3, 2022

I think this in the result of the package manager choosing a Pareto-optimal solution that isn't great. It should probably try to maximize the version of direct dependencies over downgrading a direct to upgrade a transitive.

@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #195 (e3c8c88) into master (1f234b8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   57.81%   57.81%           
=======================================
  Files           3        3           
  Lines         512      512           
=======================================
  Hits          296      296           
  Misses        216      216           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f234b8...e3c8c88. Read the comment docs.

@odow odow merged commit 87c2b97 into jump-dev:master May 3, 2022
@odow
Copy link
Member

odow commented May 3, 2022

Formatter seems unrelated. I'll address separately

@iamed2
Copy link
Contributor Author

iamed2 commented May 3, 2022

thanks!

@iamed2 iamed2 deleted the patch-1 branch May 3, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Clp.jl version issue when installing JEMSS package
2 participants